home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 2
/
MacAddict_002_1996_10.iso
/
Shareware
/
System Utilities
/
Anarchie-160
/
Example Scripts
/
Find Clipboard
< prev
next >
Wrap
Text File
|
1994-05-10
|
268b
|
8 lines
set theSearchItem to the clipboard
tell application "Anarchie"
set theResult to find theSearchItem server "archie.rutgers.edu" matches 100 with window
if theResult is "" then
find theSearchItem server "archie.internic.net" matches 100 with window
end if
end tell